home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre1.z
/
postgre1
/
video
/
script-32
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-27
|
246 b
|
11 lines
/*
* a more complex complex object -- returns a set
*/
define function residents ( language = "postquel",
returntype = setof person )
arg is (city)
as "retrieve (p.all) from p in person*
where p.location ---> $1.location"
\g